crypto/tls.clientHelloMsg.earlyData (field)

15 uses

	crypto/tls (current package)
		handshake_client.go#L316: 	if hello.earlyData {
		handshake_client.go#L490: 					hello.earlyData = true
		handshake_client_tls13.go#L373: 	if hello.earlyData {
		handshake_client_tls13.go#L374: 		hello.earlyData = false
		handshake_client_tls13.go#L594: 	if !hs.hello.earlyData && encryptedExtensions.earlyData {
		handshake_client_tls13.go#L598: 	if hs.hello.earlyData && !encryptedExtensions.earlyData {
		handshake_messages.go#L94: 	earlyData                        bool
		handshake_messages.go#L151: 	if m.earlyData {
		handshake_messages.go#L621: 			m.earlyData = true
		handshake_messages.go#L703: 		earlyData:                        m.earlyData,
		handshake_server_tls13.go#L145: 	if hs.clientHello.earlyData && c.quic != nil {
		handshake_server_tls13.go#L150: 	} else if hs.clientHello.earlyData {
		handshake_server_tls13.go#L406: 		if c.quic != nil && hs.clientHello.earlyData && i == 0 &&
		handshake_server_tls13.go#L564: 	if clientHello.earlyData {